func os.newDirFile

2 uses

	os (current package)
		removeall_at.go#L176: 	return newDirFile(fd, name)
		removeall_unix.go#L17: func newDirFile(fd int, name string) (*File, error) {